projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbcd094
)
* bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 08:23:12 +0000
(
00:23
-0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 08:23:12 +0000
(
00:23
-0800)
src/ChangeLog
patch
|
blob
|
history
src/bidi.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 7f179c134203cad4b8cde24bffa4d393535504e9..b6bc36e10cefb9827f2089717adff40e57f27af2 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-78,6
+78,8
@@
Rename locals to avoid shadowing.
(ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
+ * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
+
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
* xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
diff --git
a/src/bidi.c
b/src/bidi.c
index eeacf65bd5c6d620d01cc128979f85333fc9ee73..1289798dd8c31dea98e524f9ae07baaa49f0f7c9 100644
(file)
--- a/
src/bidi.c
+++ b/
src/bidi.c
@@
-180,7
+180,7
@@
bidi_get_type (int ch, bidi_dir_t override)
}
}
-void
+
static
void
bidi_check_type (bidi_type_t type)
{
if (type < UNKNOWN_BT || type > NEUTRAL_ON)